added samples
[windows-sources.git] / sdk / samples / FrameworkSamples / CFX / Serialization / Runtime Serialization / Basic / jsl / serialization / assemblyinfo.jsl
blob5eee319e8436e104e3095ade0936550025bac369
1 //-----------------------------------------------------------------------
2 //  This file is part of the Microsoft.NET Framework SDK Code Samples.
3 // 
4 //  Copyright (C) Microsoft Corporation.  All rights reserved.
5 // 
6 //This source code is intended only as a supplement to Microsoft
7 //Development Tools and/or on-line documentation.  See these other
8 //materials for detailed information regarding Microsoft code samples.
9 // 
10 //THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
11 //KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
12 //IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
13 //PARTICULAR PURPOSE.
14 //-----------------------------------------------------------------------
15 import System.*;
16 import System.Reflection.*;
17 import System.Security.Permissions.*;
18 import System.Runtime.InteropServices.*;
20 /** @assembly AssemblyTitle("")
21  */
22 /** @assembly AssemblyDescription("A.NET SDK Technology Sample Assembly")
23  */
24 /** @assembly AssemblyConfiguration("")
25  */
26 /** @assembly AssemblyCompany("Microsoft Corporation")
27  */
28 /** @assembly AssemblyProduct("Microsoft.NET Framework Technology Samples")
29  */
30 /** @assembly AssemblyCopyright("Microsoft Corporation.  All rights reserved.")
31  */
32 /** @assembly AssemblyTrademark("")
33  */
34 /** @assembly AssemblyCulture("")
35  */
36 /** @assembly AssemblyVersion("2.0.0.0")
37  */
38 /** @assembly ComVisible(false)
39  */
40 /** @assembly CLSCompliant(true)
41  */
42 /** @assembly SecurityPermissionAttribute(SecurityAction.RequestMinimum,
43     Execution = true)
44  */